ktor
1.6.8
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
jvm
ktor-io
/
io.ktor.utils.io.core
/
IoBuffer
/
[jvm]readFully
read
Fully
jvm
override
fun
readFully
(
dst
:
ByteArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
override
fun
readFully
(
dst
:
IoBuffer
,
length
:
Int
)
Content copied to clipboard
override
fun
readFully
(
dst
:
ShortArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
override
fun
readFully
(
dst
:
IntArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
override
fun
readFully
(
dst
:
LongArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
override
fun
readFully
(
dst
:
DoubleArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
override
fun
readFully
(
dst
:
FloatArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard